/*
Theme Name: xinghuoyuan.com
Author: wenxing
Author URI: http://www.wenxing.net/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Home/Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-x:hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*{font-family: "Microsoft Yahei", "宋体", Lato, sans-serif;}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Microsoft Yahei", "宋体", Lato, sans-serif;
	font-size: 12px;
	line-height: 2em;
}

/*个别不同字体设置*/
.site-navigation a,
.nav-all>li>a,
h1,
h2,
h3,
.p2 li strong,
.aside-nav li a,
a.t,
.zt,
#wpcf7-f228-p650-o1{}

a {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #E62129;
}
a:hover img{ filter:alpha(opacity=90); opacity:0.9;}

.fl{ float:left;}
.fr{ float:right;}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	border: 0;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	border-color:#ccc;
}

table {
	border-collapse:collapse;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	font-weight: bold;
}



del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
/* 
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}*/


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #009586;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
	height:auto;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height:auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height:auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */
.clear{ clear:both; font:0/0 ""; height:0px; zoom:1; }
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}



/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site { margin:0 auto;}

.main-content {
	width: 100%;
}
.box,
.inpage .main-content{ width:1020px; margin:0 auto; position: relative; }


/*adorn*/
.subsite .ico,
.site-navigation span,
.zt2,
.ico{ display:inline-block; background:url(images/adorn.png) no-repeat;}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */

.site-header {	position: relative;	width: 100%; z-index: 9;}
.site-header p{ margin:0; }
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

.header-main { min-height: 109px; overflow:hidden;}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	display:none;
}

#logo{ float:left; margin:23px 0 0 9px; }

.head_c{ position:absolute; left:256px; top:36px; font-size: 18px; line-height: 48px; color:#666;  height:49px; border-left:solid #ddd 1px; padding-left:26px;}


.head_r{ position:absolute; right:0; top:40px; text-align:right;}
/*.head_r a{ color:#949494;}
.head_r a:hover{ color:#01ADA1;}
.head_r img{ float:left;}
.head_r .tel{ margin:36px 0 0 15px;}
.head_r .qrcode{ margin:15px 0 0 0;}*/
.subsite{ float:right; border-right:dotted #DDD 1px; height:30px; margin:3px 5px 3px 0;}
.subsite a{ display:inline-block; border-left:dotted #DDD 1px; height:30px; background:url(images/i_logo.png) no-repeat 12px center; padding:0 20px 0 35px; color:#666; font-size:14px; line-height:30px;}
.subsite a:hover{ color:#E62129;}
.subsite a.cn,
.subsite a.en{background:none;padding:0 20px;}

#lang{ float:right; margin-top:4px;}
#lang a{ float:left; display:block; margin-left:3px; width:32px; height:22px; line-height:22px; text-align:center; text-transform:uppercase;}
#lang a:hover{}
/*#lang a.cn{ background:0 0;}
#lang a.en{ background-position:-50px 0;}*/

/*Focus*/
.banner{ height:408px; position:relative; background-color:#fff; }
.banner img{ display:block; margin:0 auto; max-width:100%; }
#slide_text { width:600px; position:absolute; z-index:2; bottom:10px; left:50%; margin-left:-300px; text-align:center;}
#slide_text ul {list-style-type:none; margin:0; padding:0;}
#slide_text ul li { display:inline-block; width:12px; height:12px; margin:0 3px; cursor:pointer; text-align:center; background-color:#999;  text-indent:-50px; overflow:hidden; border-radius:7px; *display:inline; zoom:1; }
#slide_text ul li.cur{ background-color:#E62129; }
#slide_list a{ display:none; position:absolute; height:408px; width:1920px; left:50%; margin-left:-960px;}

.banner-in{ position:relative; height:300px; overflow:hidden;}
.banner-in img{ max-width:100%; display:block; margin:0 auto; }
.banner-box{ }


/* Search in the header */
.search{ overflow:hidden; height:38px; padding:0 10px;}
.hotkey{ float:left; color:#666; line-height:32px; }
.hotkey a{ color:#666;}
.hotkey a:hover{ color:#047EC4;}

.search-box {
	float:right;
	overflow:hidden;
}
.search-box .search-form{ width:211px; height:28px; background:url(images/search_bg.png) no-repeat;}
.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: left;
	font-size: 12px;
	padding:0;
	width: 150px;
	height:26px;
	line-height:26px;
	margin:1px 0 0 16px;
}
.search-box .search-submit {
	display:block;
	border: 0;
	float: right;
	font-size: 12px;
	padding:0;
	width: 40px;
	height:28px;
	background:none;
	text-indent:-999px;
	overflow:hidden;
}
.search-box input[type="submit"]:hover,
.search-box input[type="submit"]:focus { background:none;}


.search-box ul{ float:left; margin:0; list-style:none; }
.search-box li{ float:left; margin-right:8px;}
.search-box li a{ display:block; width:32px; height:32px; line-height:32px; font-size:13px; text-align:center; background-color:#C8CFD2; color:#fff; border-radius:32px; }
.search-box li a:hover{ background-color:#01ADA1; }
.search-box a:hover img{filter:none;}
.search-box .screen-reader-text{ display:none;}


.topnav{ position:absolute; right:0; top:0; width:238px; height:31px; line-height:28px; text-align:center; background:url(images/topnav.png) no-repeat;}
.topnav li{ display:inline-block; *display:inline; zoom:1; line-height:12px; padding:0 10px;}
.topnav li:nth-child(2){ border-left:solid #333 1px;}
.topnav ul {	list-style: none; margin:0; padding:0; }

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation{ clear:both; background-color:#E62129; }
.menu-nav-container{ height:42px; position:relative; width:980px; margin:0 auto; }
.site-navigation ul{list-style: none; margin:0; padding:0;}
.site-navigation ul.menu {}
.site-navigation li { float:left; line-height:42px; position:relative; padding:0 2px; background:url(images/nav_fgx.jpg) no-repeat 0 center; }
.site-navigation li:first-child{ background:none;}
.site-navigation li li{ float:none; background:none; padding:0; line-height:28px; border-bottom:solid #ccc 1px;}
.site-navigation ul ul {
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background-color:#999;
	text-align:center;
	padding-top:10px;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	 font-size: 14px; line-height: 42px;
	text-align:center;
	padding:0 40px;
}
.site-navigation li li a{ font-size: 12px; line-height: 28px; padding:0 0 0 40px; text-align:left;}

/*.site-navigation #menu-item-696 a {width:74px;}
.site-navigation #menu-item-698 a,
.site-navigation #menu-item-699 a {width:109px;}*/
.site-navigation li:hover a,
.site-navigation li:hover li a:hover,
.site-navigation a:hover{ background-color:#666; }
.site-navigation .current-menu-item a,
.site-navigation .current-menu-parent a{ color:#ff0;}
.site-navigation li:hover li a{ background:none;}
.site-navigation .current-menu-parent li a,
.site-navigation .current-menu-item li a{ color:#fff;}

/*.site-navigation #menu-item-696 a {background-position: 0 0;}
.site-navigation #menu-item-694 a {background-position: -74px 0;}
.site-navigation #menu-item-698 a {background-position: -173px 0;}
.site-navigation #menu-item-699 a {background-position: -282px 0;}
.site-navigation #menu-item-697 a {background-position: -391px 0;}
.site-navigation #menu-item-700 a {background-position: -490px 0;}
.site-navigation #menu-item-695 a {background-position: -589px 0;}

.site-navigation #menu-item-696 a:hover,
.site-navigation #menu-item-696.current-menu-item a {background-position: 0 -76px;}
.site-navigation #menu-item-694 a:hover,
.site-navigation #menu-item-694.current-menu-item a {background-position: -74px -76px;}
.site-navigation #menu-item-698 a:hover,
.site-navigation #menu-item-698.current-menu-item a {background-position: -173px -76px;}
.site-navigation #menu-item-699 a:hover,
.site-navigation #menu-item-699.current-menu-item a {background-position: -282px -76px;}
.site-navigation #menu-item-697 a:hover,
.site-navigation #menu-item-697.current-menu-item a {background-position: -391px -76px;}
.site-navigation #menu-item-700 a:hover,
.site-navigation #menu-item-700.current-menu-item a {background-position: -490px -76px;}
.site-navigation #menu-item-695 a:hover,
.site-navigation #menu-item-695.current-menu-item a {background-position: -589px -76px;}*/

.site-navigation span{ display:none;}
.site-navigation li:hover span{ display:block; width:14px; height:7px; background-position:-130px 0;position:absolute; left:50%; bottom:-1px; margin-left:-7px;}



/**
 * 6.0 Home
 * -----------------------------------------------------------------------------
 */
.ico{ display:inline-block; *display:inline; zoom:1; width:12px; height:12px; margin:0 8px 0 5px; background-position:-150px 0;}
h1 .ico{ margin:0 10px 0 20px;}
.home .more{ position:absolute; right:10px; top:10px; font-size: 12px; line-height: 24px; color:#666; }
.home .more-link{display:inline-block;  font-size: 14px; line-height: 24px; color:#E62129; margin-top:20px; }
.home .more:hover,
.home .more-link:hover{ color:#E62129;}

.zt{ position:relative; overflow:hidden;}
.zt h2{ margin:20px 0; color:#333;  font-size: 48px; line-height: 2em; text-align:center;}
.zt p{ margin:0;}

.news{ background-color:#eee; border-bottom:solid #ddd 1px; height:40px; overflow:hidden;}
.news h2 { float:left; font-weight:bold; font-size: 14px; line-height: 40px; margin:0; margin-right:12px; }
.news h2 a{ color:#DD241A; text-decoration:none;}
.news .auto{ float:left; height:40px; overflow:hidden;}
.news li { line-height:40px;}
.news ul{ list-style:none; margin:0; padding:0; }

.p1{ padding-bottom:400px; overflow:visible; z-index:2; }
.p1 h2{ color:#666; text-align:left; margin-bottom:0;}
.p1 p{ color:#666; font-size:14px;}
.p1 .full{ position:absolute; right:0; bottom:-200px;}


.prodnav{ float:left; width:180px; min-height:372px; background-color:#047EC4; }
.prodnav h3{margin:0; height:38px; border-bottom:solid #4FA4D4 1px; color:#fff; font-size:16px; line-height:38px;}
.prodnav h3 .ico{ background-position:0 -12px; margin-left:18px;}
.prodnav ul{ border-top:solid #035889 1px;list-style:none; margin:0; padding:16px 0 0;}
.prodnav li{ border-bottom:solid #3698D0 1px;}
.prodnav li a{ color:#fff; line-height:32px; display:block; padding-left:18px;}
.prodnav li a:hover{ color:#ff0; background-color:#035889;}


.p2{ padding-top:180px; padding-bottom:40px;}
.p2 img{ display:block; margin:0 auto; }

/* flexslider */
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:32px;height:32px;line-height:99em;overflow:hidden;margin:-16px 0 0;display:block;background:url(images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer; /*opacity:0;filter:alpha(opacity=0);*/-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:-40px 0px;right:-45px;}
.flex-direction-nav .flex-prev{left:-45px;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50); background-position:0 bottom; }
.flexslider:hover .flex-next:hover{ background-position:-40px bottom;}
.flex-control-nav{width:100%;position:absolute; bottom:10px;text-align:center; padding:0;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../../../404.html) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}

/*分割线*/
.fgx{ clear:both; height:30px; background:url(images/fgx.png) no-repeat center 0;}

.p3{ overflow:hidden; }
.p3 ul{ list-style:none; margin:0; padding:0; overflow:hidden; }
.p3 a.t{ font-weight:bold; font-size:12px; line-height:24px;}

.home-prod{ }
.home-prod ul{ list-style:none; margin:0; padding:0; }
.home-prod li{ float:left; width:33%; height:200px; border-top:dotted #ccc 1px; border-left:dotted #ccc 1px; line-height:18px;}
.home-prod li:nth-child(3n+1){ clear:left;}
.home-prod li:nth-child(1),
.home-prod li:nth-child(2),
.home-prod li:nth-child(3){ border-top:none;}
.home-prod li:nth-child(1),
.home-prod li:nth-child(4),
.home-prod li:nth-child(7){border-left:none;}
.home-prod li img{ float:left; display:block; max-height:140px; max-width:180px; margin-bottom:20px; }
.home-prod li div{ margin:25px;}
.home-prod li p{ margin-top:8px;}

.p4{ margin-top:20px; overflow:hidden;}
.p4 .fl{ width:700px;}
.p4 .fr{ width:252px;}


.about{ line-height:22px; position:relative;}
.about h2{ border-bottom:solid #E62129 1px; font-weight:bold; font-size:14px; line-height:3em; color:#333; margin:0;}
.about img{ float:left; width:278px; height:auto; border:solid #ddd 1px; padding:1px; margin-right:20px; }
.about p{ margin:0; text-indent:2em;}
.about .text{ border-top:solid #ccc 1px; color:#555; padding-top:30px;}

.cfcm{ margin-top:20px; }
.cfcm ul{ list-style:none; margin:0; padding:0; overflow:hidden; }
.cfcm li{ float:left; width:160px; height:145px; overflow:hidden; margin-right:15px; text-align:center; line-height:20px;}
.cfcm li img{ height:120px;}


.zt2{ width:280px; height:309px; background-position:0 -100px;}
.baogao{ margin-top:10px;}
.zt2 h2{height:38px; text-align:center; margin:0;}
.baogao h2{ background-position:center -50px;}
.zt2 h2 a{ display:block; width:190px; margin:0 auto; font-size:14px; line-height:32px; color:#fff;}
.zt2 ul{ list-style:none; margin:0; padding:0; }
.zt2 .flexslider{ width:166px; height:244px; margin:14px auto 0 auto; position: relative;}
.zt2 img{ display:block;}

.p5{ overflow:hidden; }
.pd h3{ height:40px; overflow:hidden; margin:0;}
.pd h3 a{ float:left; display:block; height:45px; padding:0 40px; font-size:16px; line-height:40px; background-color:#999; color:#fff; margin-right:2px;border-radius:5px;}
.pd h3 a.cur,
.pd h3 a:hover{ background-color:#E62129;}
.pd .tab-content{ border:solid #ccc 1px; border-radius:5px; padding:20px 10px;}
.pd .tab-content div{ display:none;}

.faq{ padding-top:15px;}
.faq .more{ top:25px;}
.faq{ float:right; width:280px; min-height:300px; background-color:#fff;}
.faq h2{ background:none; border-bottom:solid #ddd 1px; padding:0;}
.faq dl{ margin:0 20px;}
.faq .q,
.faq .a{ display:inline-block; *display:inline; *zoom:1; width:22px; height:22px; color:#fff; background-color:#333; text-align:center; line-height:22px; position:absolute; left:0;}
.faq .a{ background-color:#85B200;}
.faq dt,
.faq dd{ padding-left:34px; position:relative;}
.faq dd{ border-bottom:dashed #bbb 1px; line-height:18px; margin:5px 0 10px 0; padding-bottom:10px;}
.faq dd:last-child{ border-bottom:none;}
.faq dd p{ margin:0; }


/**
 * 6.1 Content
 * -----------------------------------------------------------------------------
 */

.content-area{float:right; width:800px; min-height:300px; position:relative; z-index:2;}
.site-content{ border:solid #ccc 1px; background-color:#fff; border-radius:5px;	padding:0; overflow:hidden; font-size:14px;}
.page .entry-title,
.archive-title { font-size:16px; height:32px; color:#333; margin:0; margin-bottom:20px; border-bottom:solid #ddd 1px; padding-top:10px; }
.cat-list{ padding:0 30px;}


/* related */
.related{ overflow:hidden;}
.related h2{ font-weight:normal; font-size:14px; line-height:40px; margin:30px 0 50px 0; text-align:center; border-bottom:dashed #999 1px; height:20px; }
.related h2 span{ display:inline-block; padding:0 50px; background-color:#fff;}
.related ul{ margin:0 0 10px 0; padding:0; list-style:none; overflow:hidden;}
.relatedprod li{ float:left; width:25%; *width:24.8%; text-align:center;}
.relatedprod li a.thumbnail{display:block; margin:0 auto 5px auto; width:160px; height:125px; overflow:hidden; border:solid #ccc 1px; padding:3px; }
.relatedprod li img{ display:block; margin:0 auto; width:auto; height:125px; max-width:100%;}

/*pagenav*/
.wp-pagenavi{clear:both; margin:20px; line-height:36px; overflow:auto; zoom:1; color:#555; overflow:hidden; }
.wp-pagenavi a,.wp-pagenavi span{ display:inline-black; *display:inline; zoom:1; padding: 8px 10px; margin: 1px;  text-decoration: none; background-color:#ddd; }
.wp-pagenavi a{color:#0775BB;}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{ background:#047EC4; color:#fff; font-weight:bold; }

/* breadcrumb-navxt */
.breadcrumb-navxt{ margin:10px auto; line-height:24px; color:#666; overflow:hidden; zoom:1; border:solid #ccc 1px; background-color:#ddd; border-radius:5px; padding:5px 0; text-indent:10px; }
.breadcrumb-navxt a{color:#666;}
.breadcrumb-navxt a:hover{ color:#E62129;}

/* 相册 */
.album{ overflow:hidden; text-align:center; margin-bottom:20px;}
.album .bigimg{ height:400px; overflow:hidden; margin:10px 20px; background-color:#fff; border:solid #ccc 1px; padding:10px;}
.album .bigimg img{ display:block; height:400px; margin:0 auto;}
.album .album-list{ display:inline-block; *display:inline; zoom:1;}
.album .album-list img{ float:left; width:100px; height:75px; margin:0 8px 8px 0; background-color:#fff; padding:2px; border:solid #ccc 1px;}
.album .album-list a.cur img{ border-color:#ff8000; border-width:2px;}
.album img{ max-width:none;}

/* Post/Image/Paging Navigation  */

.image-navigation {
	margin: 24px auto 48px;
	max-width: 500px;
	padding: 0 10px;
}

.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

/*.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	float:left;
	 width:54px;
	 height:40px;
	 background:url(images/arr.gif) no-repeat;
	 text-indent:-999px;
	 overflow:hidden;
	 margin:0 20px 0 10px;
}
.post-navigation .meta-nav-r{ float:right; background-position:right 0;margin:0 10px 0 20px; text-align:left;}*/
.post-navigation .prev{ text-align:right; float:right;}
.post-navigation .next{ }

.post-navigation a,
.image-navigation a {
	display: block;
	font-size: 12px;
	line-height: 1.7142857142;
	text-transform: none;
	color:#555;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color:#E62129;
}

.nav-links {
	word-wrap: break-word;
	overflow:hidden;
	border-top:solid #ddd 1px;
	/*border-bottom:solid #ddd 1px;*/
	padding:0 20px;
}
.nav-links a{ float:left; width:50%; border:none; line-height:30px;}
.nav-links a[rel=prev]{ text-align:right; float:right; }
.post-navigation{ margin:10px 0; max-width:none; clear:both;}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/*Search list*/
.sli{ clear:both; border-bottom:dashed #ccc 1px; padding-bottom:10px; margin-bottom:10px; zoom:1; overflow:hidden;}
.sli h2{ display:inline-block; font-size:18px; line-height:24px; margin:0; clear:none;}
.sli p{ margin:0; color:#999;}
.sli span{ color:#090; display:block; }
.sli img{ float:right; width:160px; margin:0 20px; padding:2px; border:solid #ddd 1px;}

/* list */
.list{ list-style:none; margin:0; }
.list li{ font-size:12px; line-height:30px; border-bottom:dashed #ccc 1px;}
.list li a{ background:url(images/i_3j.gif) no-repeat 10px center; padding-left:25px; display:inline-block; zoom:1; }

/* solution */
.solution h1{ border-bottom:solid #229F97 1px; height:18px; font-size:24px; text-align:center; width:560px; margin:0 auto 30px auto; }
.solution h1 span{ display:inline-block; background-color:#fff; padding:0 30px;}
.solution ul{ list-style:none; margin:0 0 30px 0;  overflow:hidden; border-bottom:dashed #333 1px; padding-bottom:20px; }
.solution li{ float:left; margin-right:22px; position:relative; border:solid #229F97 1px; border-bottom-left-radius:12px; border-bottom-right-radius:12px; overflow:hidden; width:316px;}
.solution li:last-child{ margin:0;}
.solution li img{ display:block; position:relative; z-index:-1; }
.solution a.t strong{ display:block; position:absolute; bottom:0; background-color:#229F97; color:#fff; text-align:center; line-height:32px; text-align:center; width:100%; font-size:18px; font-weight:normal; border-bottom-left-radius:8px; border-bottom-right-radius:8px; display:none; }
.solution a.t:hover strong,
.solution .cur a.t strong{ display:block;}
.solution p{ color:#666;}

/* app */
.app{ list-style:none; margin:0; }
.app li{ border-bottom:solid #ddd 1px; padding:20px 0; overflow:hidden; }
.app li img{ float:right; margin-left:20px; width:180px; border:solid #ddd 1px; padding:2px;}
.app a.t{ font-size:18px; line-height:24px; }
.app a.t:hover{}
.app p{ color:#666; margin:10px 0 0;}
.app .meta{ color:#333;}
.news .app li img{ width:150px;}


/* service */
.service{ float:left; width:600px; overflow:hidden; border:solid #ddd 1px; padding:10px; margin-bottom:24px;}
.service-1{ float:right; width:340px;}
.service h2{ font-size:24px; line-height:1.5em; font-weight:normal; margin:10px 0; }
.service h2 a{ color:#7A878F; }
.service h2 a:hover{ color:#085196;}
.service ul{ margin:0; list-style:none;}
.service li{ padding:12px 20px 12px 12px; overflow:hidden; margin-bottom:5px; background-color:#f2f2f2;}
.service li:hover{ background-color:#f8f8f8;}
.service li img{ float:left; margin-right:20px; width:124px;}
.service li a.t{ font-size:16px; line-height:2em; color:#085196;}
.service li a.t:hover{ color:#f90;}
.service li p{ margin:0; line-height:1.5em; color:#666;}
.service .more{ float:right; font-size:14px; line-height:2em; margin-right:20px; color:#999; }
.service .more:hover{ color:#085196;}
.service-1 li{ position:relative; padding:5px; padding-left:70px}
.service-1 li a.thumb{ position:absolute; left:0; top:0; display:block; width:50px; height:100%; background:#DDE6EA url(images/i_down.png) no-repeat center center;}
.service-1 li a.thumb:hover{ background-color:#f90;}
.service-1 li a.thumb img{ display:none;}

/* 展会列表 */
.serv-list{ margin:0; list-style:none;}
.serv-list li{ padding:30px 0 ; overflow:hidden; border-bottom:solid #333 1px;}
.serv-list li:first-child{ padding-top:0;}
.serv-list li img{ float:left; margin-right:40px; width:180px;}
.serv-list li a.t{ font-size:16px; line-height:2em; color:#019187;}
.serv-list li a.t:hover{ color:#f90;}
.serv-list li p{ margin:0; line-height:2em; color:#666;}

.zh-meta{ border-bottom:solid #333 1px; padding:0 0 20px 0; margin-bottom:30px; font-size:14px; line-height:2em; color:#019187;}
.zh-meta p{ margin:0; }

/* 帮助列表 */
.help-list{ margin:0; list-style:none;}
.help-list .q,
.help-list .a{ display:inline-block; *display:inline; *zoom:1; width:22px; height:22px; color:#fff; background-color:#333; text-align:center; line-height:22px; position:absolute; left:0;}
.help-list .a{ background-color:#85B200;}
.help-list dt,
.help-list dd{ padding-left:34px; position:relative;}
.help-list dd{ border-bottom:dashed #bbb 1px; line-height:18px; margin:5px 0 10px 0; padding-bottom:10px;}
.help-list dd p{ margin:0; }



/* 下载列表 */
.down-list{ margin:0; list-style:none;}
.down-list li{ float:left; width:418px; position:relative; padding:5px; padding-left:70px; background-color:#fff; margin-bottom:10px; margin-left:10px;border: solid #ccc 1px; overflow:hidden; line-height:20px;}
.down-list li:nth-child(odd){ margin-left:0;}
.down-list li:hover{ border-color:#2686C4;}
.down-list li a.t{ font-size:14px; line-height:2em; font-weight:bold; }
.down-list li a.t:hover{}
.down-list li a.btn{ position:absolute; left:0; top:0; display:block; width:50px; height:100%; background:#eee url(images/i_download.png) no-repeat center center; text-indent:-999px; overflow:hidden;border-right: solid #ccc 1px; }
.down-list li a.btn:hover{ background-color:#fff;}
.down-list li p{ margin:0; color:#666; }
.down-list li .size{ color:#999; text-transform:uppercase; font-size:12px;}

/* prodlist */
.prodlist{ list-style:none; margin:0; overflow:hidden; }
.prodlist li{ float:left; width:25%; *width:24.8%; text-align:center; margin-bottom:10px;}
.prodlist li:nth-child(4n+1){ clear:left;}
.prodlist li div{ margin:0 10px;}
.prodlist li a.thumbnail{display:block; margin:0 auto 5px auto; width:160px; height:125px; overflow:hidden; border:solid #ccc 1px; padding:3px; }
.prodlist li img{ display:block; margin:0 auto; width:auto; height:125px; max-width:100%;}

/* img-list 图片+标题列表 */
.img-list{list-style:none; margin:0; padding:0; overflow:hidden; }
.img-list li{ float:left; width:25%; *width:24.8%; text-align:center; margin-bottom:10px; line-height:18px;}
.img-list li:nth-child(4n+1){ clear:left;}
.img-list li a.thumbnail{display:block; margin:0 auto 5px auto; width:140px; height:200px; overflow:hidden; border:solid #ccc 1px; padding:3px; }
.img-list li a.thumbnail:hover{ border-color:#008C68;}
.img-list li img{ display:block; margin:0 auto; width:auto; height:200px; max-width:100%;}
.img-list li a.t{ font-size:12px;}

/* img-list2 图片+标题+描述列表 */
.img-list2{ list-style:none; margin:0; }
.img-list2 li{ border-bottom:solid #ddd 1px; padding:20px 0; overflow:hidden; }
.img-list2 li img{ float:left; margin-right:20px; width:160px;}
.img-list2 a.t{ font-weight:bold; font-size:14px; line-height:24px; color:#047EC4; }
.img-list2 a.t:hover{color:#ff8000;}
.img-list2 p{ color:#666; margin:10px 0 0;}


/* caselist */
.caselist{ list-style:none; margin:0; overflow:hidden; }
.caselist li{ float:left; width:33%; text-align:center; margin-bottom:10px;}
.caselist li div{ margin:0 10px;}
.caselist li img{ display:block; margin:0 auto 5px auto; width:190px; height:140px; border:solid #ccc 1px; padding:3px;}


/*联系*/
.btn-yh{ display:block; font-size:25px; line-height:46px; width:420px; margin:0 auto; border:solid #000 1px; background-color:#085196; color:#fff; text-align:center;}
.btn-yh:hover{ color:#ff0;}
.yhlist{ display:none;}


/*新闻*/
.newlist{ float:left; width:400px; margin:0 50px;}
.newlist h2{ border-bottom:solid #999 1px; padding-bottom:2px; margin:0;}
.newlist h2 a{ display:block; text-align:center; color:#fff; background-color:#00CEC1; font-size:18px; line-height:32px; font-weight:normal; }
.newlist.list-2 h2 a{ color:#019187; background-color:#FFC988; }
.newlist ul{ margin:0; padding:0; list-style:none; }
.newlist li{ border-bottom:dashed #999 1px; padding:20px 0; overflow:hidden; }
.newlist li img{ float:left; margin-right:12px;width:100px;}
.newlist a.t{ font-size:14px; line-height:24px; color:#019187; }
.newlist a.t:hover{color:#f90;}
.newlist p{ color:#666; margin:0; line-height:20px;}
.newlist .meta{ color:#000;}
.newlist .more{ float:right; line-height:40px;}

/*分享代码*/
.bdsharebuttonbox{ min-width:200px;}


/*产品*/
.prod-desc .album{ float:left; width:352px;}
.prod-desc .gallery{ overflow:hidden;}
.gallery-item img{ width:60px; height:44px; border:solid #ccc 1px; padding:1px; display:block; max-width:none;}
.gallery-item a.cur img{ border-color:#F67F01; border-width:2px;}

/*.prod-desc .maximg{ height:320px; /*padding:10px; border:solid #ccc 1px;*/ margin:0 24px 20px 0; }
.prod-desc .maximg img{ max-height:320px; display:block; margin:0 auto; max-width:none; width:auto;}
.prod-desc .maximg .zoomWindow img{ max-width:none;}
.prod-desc .maximg img.small{ width:350px; height:259px; border:solid #ddd 1px; display:block;}*/

.xctext{ font-size:14px; color:#666; position:relative;}
.xctext strong{ color:#333; }
.xctext .btn{ width:100%; height:31px; background:url(../../../404.html) no-repeat;}
.xctext .btn a{ float:left; display:block; width:180px; height:31px; text-indent:-999px; overflow:hidden;}
.xctext .btn a:hover{ background-color:#fff; opacity:0.2; filter:alpha(opacity=20);}
.xctext .btn a:last-child{ float:right;}
.xctext .sc{ float:left; width:160px; height:50px; display:block; background:url(../../../404.html) no-repeat; text-indent:-999px; overflow:hidden;}

.prod-tt{ clear:both; overflow:hidden; margin:30px 0 0; }
.prod-tt span{ display:block; float:left; font-size:14px; line-height:28px; font-weight:normal; width:150px; text-align:center; margin-right:1px; background-color:#777; color:#fff; border-top-left-radius:5px; border-top-right-radius:5px; cursor:pointer;}
.prod-tt span.cur{ background-color:#B36024; color:#fff;}

.prod-desc .tab-content{ display:none; zoom:1; overflow:hidden; }
.prod-desc .tab-content:first-child{ display:block;}
.prod-desc .tab-content table tr.odd{ background-color:#eee;}


/*放大镜*/
.zoomPad{
	position:relative;
	/*float:left;*/
	z-index:2;
	cursor:crosshair;
}

.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:solid #f00 1px;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:999;
	width:100%;
	height:100%;
	display:none;
}

.zoomWindow{
	position:absolute;
	right:-100%;
	top:40px;
	background-color:#FFF;
	height:auto;
  z-index:999;
}
.zoomWrapper{
	position:absolute;
	border:1px solid #999;
  z-index:999;
  left:0;
  top:0;
	background-color:#FFF;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}


/*===单篇文章样式====*/

/*优势*/
article#post-801 img{ display:block;}


/*sitemap*/
.sitemap{ margin:40px;}
.sitemap header{ margin-bottom:30px; overflow:hidden;}
.sitemap h1{ font-size:3em; line-height:1.5em; color:#666;}

.sitemap li a{ display:block; line-height:24px; font-size:14px;}
.sitemap>article>ul{ border-bottom:dashed #ccc 1px; margin-bottom:10px;}
.sitemap>article>ul>li{ float:left; width:30%; margin-right:2%;}
.sitemap>article>ul>li>a{ padding-left:20px; }
.sitemap ul{ margin:0; padding:0; list-style:none; overflow:hidden;}
.sitemap ul ul{ margin-left:20px;}
.sitemap>article>ul>li{ background-color:#eee; margin-bottom:10px;}
.sitemap>article>ul>li>ul>li{ border-top:dashed #aaa 1px;}
.sitemap>article>ul>li>ul>li>a{ color:#f70;}
.sitemap li li li{ float:left; width:20%;}



/**
 * 6.2 表单
 * -----------------------------------------------------------------------------
 */
 
 
/*加盟申请*/
.wpcf7{font-family:"宋体"; color:#888;}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{font-family:"宋体"; color:#666;}
.wpcf7 li input,
.wpcf7 li select,
.wpcf7 li textarea{ background-color:#e8e8e8; border:solid #888 1px;}
.wpcf7 li textarea{ height:200px;}
.wpcf7 li input,
.wpcf7 li select{ height:24px; line-height:24px;}
.wpcf7 li select{ width:100%;}
.wpcf7 form li:nth-child(2) select{ width:48%;}
.wpcf7 li input{ padding:0; text-indent:12px;}
.wpcf7 .screen-reader-response ul{ display:none;}
.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-response-output{ clear:both; text-align:center; margin:10px 0; background-color:#f90; color:#fff; font-size:18px; line-height:1.5em;}

.wpcf7 form ol{ margin:0; list-style:none;}
.wpcf7 .wpcf7-file{background-color:#e8e8e8; border:solid #888 1px;height:24px; line-height:24px; width:150px; padding:0;}
.wpcf7 .wpcf7-submit{background-color:#e8e8e8; border:solid #888 1px;height:24px; line-height:24px; width:110px;}

#wpcf7-f229-p40-o1{ border-top:solid #ddd 1px; padding-top:20px;}
#wpcf7-f229-p40-o1 li{ float:left; width:116px; margin-right:50px; margin-bottom:20px; height:45px;}
#wpcf7-f229-p40-o1 li:nth-child(2),
#wpcf7-f229-p40-o1 li:nth-child(5){ width:246px;}
#wpcf7-f229-p40-o1 li:last-child{ clear:both; float:none; width:100%; height:auto;}

/*在线留言*/
.wpcf7 .alignleft{ width:280px;}
.wpcf7 .alignright{ width:600px;}

#wpcf7-f228-p650-o1{color:#666; font-size:14px; }
#wpcf7-f228-p650-o1 li{ margin-bottom:20px; }
#wpcf7-f228-p650-o1 li input{ height:32px;line-height:32px;}
#wpcf7-f228-p650-o1 p{ text-align:right;}
#wpcf7-f228-p650-o1 .wpcf7-file{height:32px; line-height:32px; }
#wpcf7-f228-p650-o1 .wpcf7-submit{height:40px; line-height:40px; width:160px; background-color:#2787C4; color:#fff; margin-left:20px; border:none;}
#wpcf7-f228-p650-o1 .wpcf7-submit:hover{ background-color:#ff8000;}



/**
 * 6.4 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	display: block;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.5 Entry Header
 * -----------------------------------------------------------------------------
 */



.entry-title {
	font-size: 25px;
	line-height:40px;
	font-family:"Microsoft Yahei";
	font-weight: 300;
	margin: 10px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}


.post .entry-title,
.products .entry-title{ text-align:center; padding:20px 30px 0 30px;}



/**
 * 6.6 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 12px;
	line-height: 40px;
	color:#999;
	text-transform: uppercase;
	overflow:hidden;
	border-bottom:solid #ccc 1px;
	border-top:solid #ccc 1px;
	margin-bottom:30px;
	padding-left:20px;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.7 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content{ padding:20px 30px;}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}
.entry-content h2{ font-size:16px; margin:20px 0; border-bottom:solid #ddd 1px; line-height:40px;}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{ font-size:14px; margin:20px 0; border-bottom:dashed #ccc 1px; line-height:40px;}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding:3px;
}
.entry-content table p{ margin:0; }
.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.8 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin: 12px 0;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	display:block;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.9 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.9 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */


.page-title {
	font-size: 33px;
	font-weight: 200;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}
.full-width .content-area{ float:none; width:100%;}
.full-width .site-content{ border:solid #ccc 1px; background-color:#fff; border-radius:5px;}
.full-width .entry-content{ padding:20px 30px;}
.full-width .entry-header{}
.full-width .entry-title { padding:20px 10px 10px 10px; height:auto;}

.full-width #secondary { float:none; width:100%; height:80px; overflow:hidden; margin-bottom:10px; }
.full-width .aside-nav{text-align:center; background:#fff; padding:15px; border-radius:5px; border:solid #ccc 1px;  }
.full-width .scroll{ position:fixed; width:968px; top:0; left:50%; margin-left:-500px; z-index:8; }
.full-width .aside-nav li{ margin-right:5px; display:inline-block; *display:inline; zoom:1;}
.full-width .aside-nav li a{ display:block; zoom:1; background-color:#ddd; padding:10px 30px; font-size:14pt; line-height:1.5em;}
.full-width .aside-nav li a:hover,
.full-width .aside-nav li.current_page_item a{ background-color:#E62129; color:#fff;}

.full-width .aside-ad,
.full-width .aside-contact{ display:none;}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	max-width: 100%;
}

.comment-reply-title,
.comments-title {
	font-weight:bold; font-size:16px; line-height:1.5em;
	margin: 0;
	text-transform: uppercase;
	color:#B36024;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author,
.comment-content {
	font-size: 16px;
	line-height: 1.7em;
}
.comment-content

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	display:none;
}
.comment-meta{ overflow:hidden;}
.comment-author{ float:left;}
.comment-metadata{ float:right;}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-bottom: 1px dashed #999;
	padding: 20px 0;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {

}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}


.comment-respond {
	color:#B36024;
	font-size:14px;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3.comment-reply-title {
	margin-top: 0;
	margin-bottom: 24px;
	background-color:#eee;
	text-indent:20px;
	border-radius:5px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form{ position:relative; height:300px;}
.comment-form label {
	display: block;
}
.comment-form input,
.comment-form textarea{border:solid #E6A25E 1px; background-color:#f0f0f0;}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email{ width:180px;}
.comment-form p.comment-form-comment{ width:450px; position:absolute; right:0; top:48px;}
.comment-form p.comment-form-author input,
.comment-form p.comment-form-email input{ width:95%; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}
.comment-form textarea {
	 width:95%;
	 height:200px;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
	display:none;
}

.required {
	color: #f00;
}

.comment-form .form-submit #submit{ width:130px; height:40px; line-height:40px; background-color:#B36024;}
.comment-form .form-submit #submit:hover{ background-color:#f90;}


.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary { float:left; width:200px; position:relative; }

.aside-ad{ margin-top:10px;}
.aside-ad img{ display:block; margin-bottom:10px;}

.aside-contact{ border:solid #ccc 1px; background-color:#fff; margin-top:10px; border-radius:5px;}
.aside-contact .text{ padding:10px 15px 0 15px; color:#555;}

/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

.widget h3{ margin:0; border-bottom:solid #ddd 1px; padding-top:10px; font-size:14px; line-height:32px; text-indent:15px;}
.widget ul{ margin:0; padding:0; list-style:none;}

.row2 .aside-nav { background-color:#fff; border:solid #ccc 1px; border-radius:5px; }
.row2 .aside-nav ul{ margin:0; padding:0;}
.row2 .aside-nav li { zoom:1;}
.row2 .aside-nav li a{ display:block; height:32px; font-size:12px; line-height:32px; border-bottom:solid #ccc 1px; position:relative;text-indent:35px; background:url(images/i_3j.gif) no-repeat 20px center; background-color:#fff;}
.row2 .aside-nav li a:hover,
.row2 .aside-nav .current_page_item>a,
.row2 .aside-nav .current-cat>a{ background-color:#E62129; color:#fff;}
.row2 .aside-nav .current_page_item>a span,
.row2 .aside-nav .current-cat>a span{ display:none; width:25px; height:32px; background-color:#fff; position:absolute; right:0; bottom:0; z-index:2;}



/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	clear:both;
	font-size: 12px;
	line-height:36px;
	text-align:center;
	position: relative;
	color:#fff;
	background-color:#333;
	overflow:hidden;
}

.site-info { float:left;}
.site-info p{ margin:0; }
.site-info a{ color:#047EC4; text-decoration:underline; font-size:14px; }
.site-info a:hover{ color:#ff8000; }



/*foot content*/
.foot-content{ background-color:#E62129; padding:20px 0; overflow:hidden; margin-top:20px;}

.foot-content .qrcode{ float:right; text-align:center; color:#ccc; font-size:14px;}
.foot-content .qrcode img{ display:block;}

/*footnav*/
.menu-footnav-container{ float:left;} 
.menu-footnav-container ul{ list-style:none; margin:0; padding:0; overflow:hidden; } 
.menu-footnav-container li{ float:left; width:120px; margin-right:100px;} 
.menu-footnav-container li li{ float:none; margin:0;}
.menu-footnav-container li a{ color:#fff; padding:0 5px; border-bottom:solid #ccc 1px; font-size:14px; line-height:30px; display:block;} 
/*.menu-footnav-container li:first-child a{ padding-left:0;}*/
.menu-footnav-container li a:hover{ color:#ff0; } 
.menu-footnav-container li li a{ color:#ccc; border:none; font-size:12px; line-height:20px;}
.menu-footnav-container li ul{ margin-top:10px;}

/*网站设计*/
#site-design{ overflow:hidden; text-align:center; color:#666; margin-bottom:30px; display:none;}
#site-design a{ color:#666; text-decoration:underline;}
#site-design span{display:inline-block; *display:inline; *zoom:1; border:solid #ccc 1px; padding:5px 40px; border-radius:20px; }
#site-design span:hover{ border-color:#aaa;}

/* xml-sitemp , RSS */
#xml{ float:right; font-family:Arial, Helvetica, sans-serif; text-align:center; color:#999;}
#xml a{ color:#999;}

/* 返回顶部 */
.up{ position:fixed; _position:absolute; bottom:50px; right:10px; background:#aaa url(images/up.png) no-repeat 20px center; width:60px; height:60px; display:block; text-indent:-200px; overflow:hidden; display:none;}
.up:hover{ background-color:#ff8000;}

/* links */
.links{ background-color:#fff; padding:10px 30px; color:#666; margin-top:5px;}
.links a{ color:#666;}
.links a:hover{ color:#047EC4;}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}



/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */
.site-main{ overflow:hidden;}
.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {

}

@media screen and (min-width: 401px) {

}

@media screen and (min-width: 1366px) {

}

@media screen and (min-width: 1440px) {

}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}
